Skip to content

Shortcut to compile all the valid build.tools #278

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

humitos
Copy link
Member

@humitos humitos commented Jul 17, 2025

inv docker.compilebuildtools --everything

This will get all the valid tools from settings and compile them all. It will take some time, but it's better to run this command once and forget than realize that the tool was not compiled when running a build locally.

```
inv docker.compilebuildtools --everything
```

This will get all the valid tools from settings and compile them all.
It will take some time, but it's better to run this command once and forget than
realize that the tool was not compiled when running a build locally.
@humitos humitos requested a review from a team as a code owner July 17, 2025 09:40
@humitos humitos requested a review from ericholscher July 17, 2025 09:40
@humitos
Copy link
Member Author

humitos commented Aug 19, 2025

We said that it's easier to download these files from the production S3 bucket instead. This was the config I've used

# rclone.conf
[aws-s3]
type = s3
provider = AWS
env_auth = true
region = us-east-2

[minio-local]
type = s3
provider = Other
access_key_id = admin
secret_access_key = password
endpoint = http://localhost:9000/

and then, run this command:

rclone copy --config rclone.conf --progress --exclude="ubuntu-20*" aws-s3:readthedocs-build-tools-prod/ minio-local:build-tools/

@humitos humitos closed this Aug 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant